func runtime.acquirep

12 uses

	runtime (current package)
		proc.go#L1848: 		acquirep(gp.m.nextp.ptr())
		proc.go#L2189: 		acquirep(pp) // temporarily borrow p for mallocs in this function
		proc.go#L2905: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3166: 	acquirep(gp.m.nextp.ptr())
		proc.go#L3536: 				acquirep(pp)
		proc.go#L3545: 			acquirep(pp)
		proc.go#L3553: 			acquirep(pp)
		proc.go#L3617: 			acquirep(pp)
		proc.go#L4788: 		acquirep(pp)
		proc.go#L4836: 		acquirep(pp)
		proc.go#L5793: 		acquirep(pp)
		proc.go#L5851: func acquirep(pp *p) {